﻿
.Login_Background
{
    right:0px;
    top:0px;
    bottom : 0px;
    left: 0px; 
    
    /*Background color from Jquery Code in vLogin_render()*/
     
}

.LoginBox {

    width: 370px;
    height: 350px;
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 2%;
    
    /*shadow*/
    -webkit-box-shadow: 0px 0px 6px 6px rgba(84,21,2,0.36);
    -moz-box-shadow: 0px 0px 6px 6px rgba(84,21,2,0.36);
    box-shadow: 0px 0px 6px 6px rgba(84,21,2,0.36);
    border-radius: 6px;
    
}

.Login_Image
{

    background-position: center;
    background-repeat: no-repeat;
    width: 370px;
    height: 137px;  
    margin-top: 0px;  
    
}

#TextBox_UserName 
{
    
    background-position: left center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    color: #ffffff;
    margin-top: 20px;
    padding-left: 40px;
    width: 292px;
    height:30px;
    background-color: #8c8c8c;
    background-image: url('../Images_PIV_Ver01/loginuser.png')
    
    
}

#TextBox_UserName:focus {
    color: #555;
    background-color: #dedbdb;
    border-color: #83083d;
 
}

#TextBox_Password 
{
    background-position: left center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    color: #ffffff;
    margin-bottom: 4%;
    margin-top: 10px;
    padding-left: 40px;
    width: 292px;
    height:30px;
    background-color: #8c8c8c;
    
    
}

#TextBox_Password:focus {
    color: #555;
    background-color: #dedbdb;
    border-color: #83083d;
 
}

.Login_Remember {

    width: 12px;
    height:12px;
    margin-top: 10px;


}

.Login_LanguageSelect {

text-align:left;
margin-top: 15px;
margin-left: 8%;

}

.Login_LanguageSelectFlag {

    width: 25px;
    height:25px;
}

.Login_LanguageSelectText {

position:absolute;
margin-top:2px;

}

.Login_Button 
{
  
    background-color: #581928;
    border: thin solid;    
    color: white;
    cursor: pointer;
    width: 292px;
    height:40px;
    margin-left: 38px;
    padding-top: 11px;
}

.Login_Button:hover 
{   
    background: #7f1d2f; /* Old browsers */
    background: -moz-linear-gradient(top,  #7f1d2f 0%, #bf1c37 79%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f1d2f), color-stop(79%,#bf1c37)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7f1d2f 0%,#bf1c37 79%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7f1d2f 0%,#bf1c37 79%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7f1d2f 0%,#bf1c37 79%); /* IE10+ */
    background: linear-gradient(to bottom,  #7f1d2f 0%,#bf1c37 79%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f1d2f', endColorstr='#bf1c37',GradientType=0 ); /* IE6-9 */
}

/*#region Error Mesgbox */

.Msg_LoginError_wrapper {
    background-color: transparent;
    border: 0px hidden;
    margin-left: 15px;
    margin-right: 60px;
    position: absolute;
    
}

.Msg_LoginErrorBox_box_wrapper {
    background-color: #f4f4f4;
    border: 1px solid #cfd8dc;
    top: -25px;
    box-shadow: 4px 4px 12px 0px rgba(117, 124, 122, 0.67);
    float: left;
    height: 70px;
    margin-left: 220px;
    margin-right: 0px;
    position: absolute;
    width: 210px;
 
}

#Msg_LoginError_mark_wrapper {
    
    background-color: transparent;
    border: 0px hidden;    
    background-repeat: no-repeat;
    top: -39px;
    float: left;
    height: 15px;
    margin-left: 220px;
    margin-right: 0px;
    position: absolute;
    width: 210px;
   
}

.Msg_LoginError_Text {

color: #a52b30;

}

/*#endregion */